docs: Fix CONTRIBUTING link
authorDan Nicholson <dbn@endlessos.org>
Thu, 20 May 2021 22:42:29 +0000 (16:42 -0600)
committerDan Nicholson <dbn@endlessos.org>
Thu, 20 May 2021 22:45:12 +0000 (16:45 -0600)
commite4105a0366bf0d905c610a18ad6e343ae9965b2e
treeeb099c97d866a0ecc62ffd6ed3c606c7c4010973
parent6c904c630f77cb22202f7e9ee7a4f327bb3a648f
docs: Fix CONTRIBUTING link

This returns a 404 since the site is already generated from the docs
directory. Furthermore, the `CONTRIBUTING.md` markdown file isn't in the
generated site, just the HTML.

Instead, use jekyll's `link` tag to create the link. Unfortunately,
before jekyll 4.0 (github-pages uses 3.9), you have to prepend the base
URL.
docs/index.md